home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
puppy_red.swf
/
scripts
/
DefineButton2_348
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-03-11
|
152b
|
10 lines
on(release){
if(!_global.betting)
{
_global.betting = 1;
roulette.spin();
okBtn.nextFrame();
nextFrame();
}
}